go/build.fileInfo.parseErr (field)
6 uses
go/build (current package)
build.go#L933: if info.parseErr != nil {
build.go#L934: badGoFile(name, info.parseErr)
build.go#L1421: parseErr error
read.go#L314: info.parsed, info.parseErr = parser.ParseFile(info.fset, info.name, info.header, parser.ImportsOnly|parser.ParseComments)
read.go#L315: if info.parseErr != nil {
read.go#L338: info.parseErr = scanner.Error{Pos: info.fset.Position(spec.Pos()), Msg: "invalid import path: " + path}
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)